Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Add series issue 6 #98

Closed
wants to merge 92 commits into from
Closed

Conversation

kev711
Copy link

@kev711 kev711 commented Apr 26, 2021

Summary of change

If a book is in a series, it should be possible to see:

Its position in the series
com.karankumar.booksapi.repository.BookRepository.getBookPositionInBookSeries()
The name of the series (e.g. 'Harry Potter' for the Harry Potter books)
com.karankumar.booksapi.repository.BookRepository.getAllBookSeriesForBook()
Other books in the same series
com.karankumar.booksapi.repository.BookSeriesMappingRepository.getAllBooksByBookSeries()

Related issue

Closes #6

Pull request checklist

Please keep this checklist in & ensure you have done the following:

  • Read, understood and adhered to our contributing document.

    • Ensure that you were first assigned to a relevant issue before creating this pull request
    • Ensure code changes pass all tests
  • Read, understood and adhered to our style guide. A lot of our code reviews are spent on ensuring compliance with our style guide, so it would save a lot of time if this was adhered to from the outset.

  • Filled in the summary, context (if applicable) and related issue section. Replace the square brackets and its placeholder content with your contents. For an example, see any merged in pull request

  • Created a branch that has a descriptive name (what your branch is for in a few words and includes the issue number at the end, e.g. test-reading-goal-123

  • Set this pull request to 'draft' if you are still working on it

  • Resolved any merge conflicts

For any of the optional checkboxes (e.g. the screenshots one), still check it if it does not apply.

If in doubt, get in touch with us via our Slack workspace or by creating a new Q&A discussion on GitHub

kev711 and others added 30 commits March 21, 2021 17:23
@kev711
Copy link
Author

kev711 commented May 23, 2021

@kev711 How are you getting on with this?

The flyway migration for AUTHOR is failing. Trying to resolve. Also, how do I use -dev profile for starting the application ?

@knjk04
Copy link
Member

knjk04 commented May 26, 2021

The flyway migration for AUTHOR is failing.

Could you send the output? It's fine on my end.

Also, how do I use -dev profile for starting the application ?

What are you using the run the application (e.g. IntelliJ, Eclipse, terminal, etc.)?

@knjk04
Copy link
Member

knjk04 commented Jun 4, 2021

@kev711 Following up on this

@kev711
Copy link
Author

kev711 commented Jun 5, 2021

Hi @knjk04
Due to time commitments I won't be able to add to this work at this time. Thanks for working with me!

@knjk04
Copy link
Member

knjk04 commented Jun 5, 2021

@kev711 Thanks for letting us know

@knjk04 knjk04 closed this Jun 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add series
2 participants